startItem
Prev Next |
The path to the start Item of the site. This Item will be opened by default when the site is requested. All relative URL paths will be relative to the startItem.
Example:
Consider the following Item set:
And the corresponding <site> definition:
<site
name="helloworld"
hostName=www.helloworld.com
virtualFolder="/virtual"
physicalFolder="/hello"
rootPath="/sitecore/content"
startItem="/Hello Home"
...
In this case, a User will use the following URL to access the test_page_02 Item:
http://www.helloworld.com/virtual/test_page/test_page_02.html
Default value: no default value. It should be specified by the User.
Prev Next